home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
ladybug2.arc
/
HELP.BUG
< prev
next >
Wrap
Text File
|
1984-03-27
|
643b
|
26 lines
to help
ct
print "'Press For a description of'
print "' 1 Graphics commands '
print "' 2 Sound making commands'
print "' 3 Input and Output
print "' 4 Control commands'
print "' 5 Workspace commands'
print "' 6 Running Procedures'
print "' 7 Expressions and functions'
print "' 8 Tools in workspaces
print "' 0 To exit from HELP
print "' '
type "'Press a key '
local "key
make "key rc
if not number? :key [erase "help stop]
if :key < 1 [if :key > 8 [erase "help stop] ]
make "key word "help :key
load :key
help
print "' '
end
help